Go to the previous, next, chapter, table of contents.


10.34 AmIRC's ARexx Port

Overview

AmIRC supports a versatile ARexx Port.

Reference

SAYTreat something just like it was entered in the input string.
GETMYNICKRequest current nick name.
ISCONNECTEDCheck whether connection is established.
GETSERVERNAMERequest current server name.
USERHOSTQuery Userhost of a nick.
ECHOEchos text to the current listview.
RAWSends raw text to the server.
CHANNELSReturns string showing joined channels.
GETCHANNELReturns channel joined in active window.
GETSELECTEDUSERReturns nick of user selected in userlist window.
GETUSERReturns the nick of user number in userlist window.
GETUSERSReturns a string with all users in the current channel.
GETUSERSTATETells whether the user has Op, Voice, or no privledges.
GETLINEWaits for the next line and parses it into a stem variable.
GETLINECOUNTTells you how many lines have been entered since you entered the channel.
GETLASTLINEReturns the last line, unparsed.
GETAWAYSTATEChecks if you are marked away.
GETVERSIONTells you what version AmIRC you are using.
PARSELINEReturns the line given in a stem variable.


Go to the previous, next, chapter, table of contents.